Class SelfTestServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dogtagpki.server.rest.v2.PKIServlet
org.dogtagpki.server.rest.v2.SelfTestServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SelfTestServlet extends PKIServlet
Author:
Marco Fargetta <mfargett@redhat.com>
See Also:
  • Field Details

    • logger

      public static final org.slf4j.Logger logger
  • Constructor Details

    • SelfTestServlet

      public SelfTestServlet()
  • Method Details

    • init

      public void init() throws javax.servlet.ServletException
      Overrides:
      init in class PKIServlet
      Throws:
      javax.servlet.ServletException
    • findTests

      public void findTests(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • getTest

      public void getTest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • executeTests

      public void executeTests(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • runTests

      public void runTests(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception
    • runTest

      public void runTest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Throws:
      Exception